DX11 UNLOCK MESH INDEXDATA

Unlocks the mesh index buffer and updates any edits to it to the GPU.
This function will fail if the index data of the mesh was not locked when calling it.

  Syntax
Return Boolean = DX11 UNLOCK MESH INDEXDATA(mesh)
  Parameters
mesh
Dword
The mesh to unlock the index data of.

  Returns

True if the index data was successfully unlocked, or false otherwise.

  See also

MESH Functions Menu
DX11 Function Categories